MessageConversationTopic Property |
Contains the topic of the first message in a conversation thread.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic string ConversationTopic { get; set; }Public Property ConversationTopic As String
Get
Set
Property Value
Type:
StringThe conversation topic.
RemarksA conversation thread represents a series of messages and replies. These properties are set for the first message in a thread, usually to the
NormalizedSubject property. Subsequent messages in the thread should use the same topic without modification.
See Also